home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 3_2.lha / 3_2 / 3_2p.c < prev    next >
Text File  |  1993-08-08  |  391b  |  16 lines

  1. * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
  2. * The C++ Answer Book */
  3. * Tony Hansen */
  4. * All rights reserved. */
  5. a = (((b + (c * d)) << 2) & 8))
  6. a & (077 != 3))
  7. (a == b) || ((a == c) && (c < 5)))
  8. c = (x != 0))
  9. (0 <= i) < 7)
  10. (f(1,2))+3)
  11. a = (((- 1) + (+ (b --))) - 5))
  12. a = (b == (c ++)))
  13. a = (b = (c = 0)))
  14. ((a[4])[2]) *= ((* b) ? c : ((* d) * 2)))
  15. (a-b),(c=d))
  16.